#include <deMath.hpp>
Inheritance diagram for deFraction:


Public Member Functions | |
| deFraction () | |
| deFraction (int Num) | |
| deFraction (int Num, int Den) | |
| deFraction (const deFraction &ref) | |
| deFraction (const deFractionInfo &ref) | |
| ~deFraction () | |
| operator double () const | |
| operator float () const | |
| int | Num () const |
| int | Den () const |
| deFraction | operator+ (const deFraction &rhs) const |
| deFraction | operator- (const deFraction &rhs) const |
| deFraction | operator * (const deFraction &rhs) const |
| deFraction | operator/ (const deFraction &rhs) const |
| deFraction | operator+ (int rhs) const |
| deFraction | operator- (int rhs) const |
| deFraction | operator * (int rhs) const |
| deFraction | operator/ (int rhs) const |
| deFraction & | operator+= (const deFraction &rhs) |
| deFraction & | operator-= (const deFraction &rhs) |
| deFraction & | operator *= (const deFraction &rhs) |
| deFraction & | operator/= (const deFraction &rhs) |
| const deFraction & | operator= (const deFraction &rhs) |
| const deFraction & | operator= (int rhs) |
| bool | operator== (const deFraction &rhs) |
| bool | operator== (int rhs) |
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3-rc3